-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DM-43097: Initial support for APDB-to-PPDB replication. #1
Conversation
a397844
to
f80bc33
Compare
|
I think the mypy problem is that |
b91fe2f
to
04593da
Compare
The main purpose of this package id to implement management tools for PDDB, including tools for migration of APDB data to PPDB. Regular clients will access PDDB either via SQL or using TAP services. What is implemented on thi ticket: - Added base Ppdb class with factory methods, and its SQL implementation. - Two CLI tools - `ppdb-cli` for general commands and `ppdb-replication` for replication-related stuff. - Efficient bulk insert methods for Postgres.
04593da
to
c905970
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Self-reviewing this package too. It's a brand new with all new code, but still work in progress, more features will added on other tickets.
c905970
to
4bc1302
Compare
The main purpose of this package id to implement management tools for PDDB, including tools for migration of APDB data to PPDB. Regular clients will access PDDB either via SQL or using TAP services.
What is implemented on thi ticket:
ppdb-cli
for general commands andppdb-replication
for replication-related stuff.